Skip to main content
GET
/
v1
/
me
/
webhooks
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.
curl --request GET \
  --url https://api.pegana.xyz/v1/me/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "asset": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_active": true,
    "threshold_bps": 123,
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.

Response

Active webhook subscriptions

asset
string
required
id
string<uuid>
required
is_active
boolean
required
threshold_bps
integer<int32>
required
url
string
required